Data for Silverlight
Add(String) Method

C1.Silverlight.Data Namespace > NamedObjectCollection<T> Class > Add Method : Add(String) Method
Name of the new item.
Creates an item and appends it to the list.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal name As String _
) As T
public T Add( 
   string name
)

Parameters

name
Name of the new item.

Return Value

A reference to the new item added to the list.
See Also

Reference

NamedObjectCollection<T> Class
NamedObjectCollection<T> Members
Overload List